home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 3-Presentations / Apple / Apple Computer / Guidelines for Apple Stacks / Guidelines for Apple Stacks / background_9714.txt < prev    next >
Text File  |  1990-04-11  |  6KB  |  288 lines

  1. -- background: 9714 from stack: in
  2. -- bmap block id: 10122
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Presentations
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=105 top=11 right=78 bottom=509
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 158
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: headline
  20. ----- HyperTalk script -----
  21. on closefield
  22.   get bkgnd field "headline"
  23.   set the name of this card to it
  24. end closefield
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=105 top=47 right=321 bottom=506
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: bodycopy
  40.  
  41.  
  42. -- part 12 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=5 top=56 right=125 bottom=94
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: The presenter
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   get the short name of the target
  57.   visual dissolve
  58.   go card it
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 14 (button)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=5 top=151 right=220 bottom=94
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: The audience
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   get the short name of the target
  78.   visual dissolve
  79.   go card it
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 19 (button)
  85. -- low flags: 00
  86. -- high flags: 8000
  87. -- rect: left=0 top=325 right=342 bottom=61
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name:  Style
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   get the short name of the target
  99.   visual effect dissolve
  100.   go card it
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 20 (button)
  106. -- low flags: 00
  107. -- high flags: 8000
  108. -- rect: left=62 top=325 right=342 bottom=113
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Fonts
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   get the short name of the target
  120.   visual effect dissolve
  121.   go card it
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 21 (button)
  127. -- low flags: 00
  128. -- high flags: 8000
  129. -- rect: left=114 top=325 right=342 bottom=180
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Buttons
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   get the short name of the target
  141.   visual effect dissolve
  142.   go card it
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part 22 (button)
  148. -- low flags: 00
  149. -- high flags: 8000
  150. -- rect: left=182 top=325 right=342 bottom=286
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Visual effects
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   get the short name of the target
  162.   visual effect dissolve
  163.   go card it
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 23 (button)
  169. -- low flags: 00
  170. -- high flags: 8000
  171. -- rect: left=287 top=325 right=342 bottom=372
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: Stack maps
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   get the short name of the target
  183.   visual effect dissolve
  184.   go card it
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part 24 (button)
  190. -- low flags: 00
  191. -- high flags: C000
  192. -- rect: left=373 top=325 right=342 bottom=477
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: Presentations
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   get the short name of the target
  204.   visual effect dissolve
  205.   go card it
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part 25 (button)
  211. -- low flags: 00
  212. -- high flags: A000
  213. -- rect: left=478 top=325 right=342 bottom=512
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 1
  217. -- font id: 0
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: Exit
  222. ----- HyperTalk script -----
  223. on mouseUp
  224.   visual dissolve
  225.   go card "exit"
  226. end mouseUp
  227.  
  228.  
  229.  
  230. -- part 26 (button)
  231. -- low flags: 00
  232. -- high flags: 2000
  233. -- rect: left=402 top=5 right=34 bottom=429
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 19104 / 19104
  236. -- text alignment: 1
  237. -- font id: 0
  238. -- text size: 12
  239. -- style flags: 0
  240. -- line height: 16
  241. -- part name: prev
  242. ----- HyperTalk script -----
  243. on mouseUp
  244.   visual wipe right
  245.   go prev card
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part 27 (button)
  251. -- low flags: 00
  252. -- high flags: 2000
  253. -- rect: left=428 top=5 right=34 bottom=455
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 7856 / 7856
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: next
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   visual wipe left
  265.   go next card
  266. end mouseUp
  267.  
  268.  
  269.  
  270. -- part 28 (button)
  271. -- low flags: 00
  272. -- high flags: 2000
  273. -- rect: left=470 top=5 right=34 bottom=497
  274. -- title width / last selected line: 0
  275. -- icon id / first selected line: 20955 / 20955
  276. -- text alignment: 1
  277. -- font id: 0
  278. -- text size: 12
  279. -- style flags: 0
  280. -- line height: 16
  281. -- part name: go back
  282. ----- HyperTalk script -----
  283. on mouseUp
  284.   visual iris close
  285.   go back
  286. end mouseUp
  287.  
  288.